@charset "utf-8";
/* CSS Document */
/****************************************弹层****************************************/
.layer {
	position: fixed;
	z-index: 999999;
	width: auto;
	height: auto;
	overflow: hidden;
	display: flex;
}
.layer p {
	width: auto;
	height: auto;
	overflow: hidden;
	background: rgba(0,0,0,0.8);
	white-space: nowrap;
	box-sizing: content-box;
	padding: 20px 40px;
	border-radius: 4px;
	margin: auto;
	font-size: 14px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
/****************************************地图****************************************/
.mapContainer {
	position: relative !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.mapContainer .info-window {
	padding: 10px;
	line-height: 1.5;
}
.mapContainer .info-window h3 {
	font-size: 18px;
	line-height: inherit;
}
.mapContainer .info-window p {
	font-size: 12px;
	line-height: inherit;
}
/****************************************懒加载****************************************/
img[src="/public/svg/rect.svg"] {
	width: 40px !important;
	height: 100% !important;
	margin: auto;
}
img[src="/public/images/nopic.png"] {
	height: 100% !important;
}
/****************************************网站地图****************************************/
.webmap {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 0;
	visibility: hidden;
	transition: all ease-out 0.5s;
}
.webmap.on {
	visibility: visible;
	opacity: 1;
}
.webmap .m-box {
	width: 62.5%;
	height: auto;
	overflow: hidden;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 2%;
}
.webmap .m-t {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
}
.webmap .m-t h3 {
	width: 10%;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	box-sizing: content-box;
	white-space: nowrap;
	padding: 0 2%;
	font-size: 18px;
	font-weight: 600;
	line-height: 2em;
	color: #d90e36;
}
.webmap .m-t a {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 2%;
	background: #ccc;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	transition: all ease-out 0.3s;
}
.webmap .m-t a:hover {
	background: #999;
}
.webmap .m-c {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 2% 0 0;
	box-sizing: border-box;
	padding: 0 2%;
}
.webmap .m-c .nav-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.webmap .m-c .nav-list h3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 8px 0;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
}
.webmap .m-c .nav-list a {
	color: inherit;
}
.webmap .m-c .nav-list a:hover {
	color: #d90e36;
}
.webmap .m-c .nav-list .nav-second {
	width: 100%;
	height: 28px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 0.5%;
}
.webmap .m-c .nav-list .nav-second li {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 5px 0;
	float: left;
	display: inline;
	box-sizing: content-box;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}
/****************************************内页主图****************************************/
.i-banner {
	height: 500px;
	overflow: hidden;
}
.i-banner img {
	display: block;
	width: 100%;
	height: auto;
}
/****************************************内页列表样式****************************************/
.i-sub {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.i-sub div.f-l {
	width: 216px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 50px;
}
.i-sub div.f-l.fixed {
/*
	position: fixed;
	z-index: 1;
	top: 0;
*/
}
.i-sub div.f-l .s-recommend {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px 0;
}
.i-sub div.f-l .s-recommend li {
	width: 100%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 45px;
    color: #333;
}
.i-sub div.f-l .s-recommend li:before {
	content: '·';
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 3px;
    font-size: 24px;
    color: inherit;
    vertical-align: middle;
    line-height: 30px;
}
.i-sub div.f-l .s-recommend li a {
	color: inherit;
}
.i-sub div.f-l .s-recommend li:hover {
	color: #d90e36;
}
.i-sub div.f-l .s-recommend li:hover a {
	text-decoration: underline;
}
.i-sub div.f-l h3 {
	width: 100%;
	height: auto;
	white-space: nowrap;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	padding: 0 4px;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	color: #333;
}
.i-sub div.f-l h3 small {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #d90e36;
	margin-left: 6px;
}
.i-sub div.f-l .list {
	width: 100%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px 0;
}
.i-sub div.f-l .first {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 2px;
	font-size: 16px;
	line-height: 48px;
	color: #333;
	transition: all ease-out 0.3s;
}
.i-sub div.f-l li a.on {
	cursor: not-allowed;
	color: #d90e36;
}
.i-sub div.f-l li a:hover {
	color: #d90e36;
}
.i-sub div.f-l .first > a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	color: inherit;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.i-sub div.f-l .first > a:after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 50px;
	overflow: hidden;
	background: url(../svg/second.svg) center center no-repeat;
	background-size: auto 40%;
	transition: all ease-out 0.3s;
}
.i-sub div.f-l .first.on > a:after {
	transform: rotate(90deg);
}
.i-sub div.f-l .first .second {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.i-sub div.f-l .first .second li {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	box-sizing: border-box;
	text-indent: 1.5em;
	transition: all ease-out 0.3s;
}
.i-sub div.f-l .first .second li:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #d90e36;
}
.i-sub div.f-l .first .second li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.i-sub div.f-l p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.i-sub div.f-l p:first-of-type {
	margin-top: 10px;
}
.i-sub div.f-r {
	position: relative;
	width: 960px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 50px;
}
.i-sub .dec {
	position: absolute;
	top: 50px;
	left: 0;
	width: 2.8%;
	height: calc(100% - 50px);
	box-sizing: border-box;
	border-right: 2px dashed #999;
}
.i-sub .s-title {
	width: 100%;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 2px dashed #999;
	padding: 0 1% 0 5%;
}
.i-sub .s-title h3 {
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/titleBg.png) 0 0 / 100% 100% no-repeat;
	box-sizing: content-box;
	padding: 0 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.i-sub .s-title p {
	width: auto;
	height: auto;
	font-size: 12px;
	line-height: 40px;
}
.i-sub .s-title i {
	font-style: normal;
}
.i-sub .s-title a {
	color: inherit;
}
.i-sub .s-title a:hover {
	color: #d90e36;
	text-decoration: underline;
}
.i-sub .i-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 16px 0 0 4.5%;
}
.i-sub .i-con .trans {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 97.5%;
	height: 93%;
	overflow: hidden;
	background: url(../svg/rect.svg) center center no-repeat;
	display: none;
}
/****************************************图文列表样式****************************************/
.i-sub .i-image .s-content {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.i-sub .i-image .s-content li {
	width: 32%;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 8px 0.65%;
	transition: all ease-out 0.3s;
}
.i-sub .i-image .s-content li img {
	display: block;
	width: 100%;
	height: auto;
}
.i-sub .i-image .s-content li .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	transition: all ease-out 0.3s;
}
.i-sub .i-image .s-content li .img img {
	display: block;
	width: 100%;
	height: auto;
}
.i-sub .i-image .s-content li .txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px 0;
}
.i-sub .i-image .s-content li .txt h3 {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	transition: all ease-out 0.3s;
}
.i-sub .i-image .s-content li .txt h3:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	overflow: hidden;
	background: #333;
	transform: translateX(-100%);
	transition: all ease-out 0.3s;
}
.i-sub .i-image .s-content li .txt h3 a {
	color: inherit;
}
.i-sub .i-image .s-content li .txt p {
	width: 100%;
	height: 0;
	overflow: hidden;
}
.i-sub .i-image .s-content li .txt span {
	display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.i-sub .i-image .s-content li .txt span.created {
	background-image: url(../svg/time.svg);
}
.i-sub .i-image .s-content li .txt span.click {
	background-image: url(../svg/click.svg);
}
.i-sub .i-image .s-content li:hover h3 {
	padding-left: 50px;
	color: #d90e36;
}
.i-sub .i-image .s-content li:hover h3:before {
	background-color: #d90e36;
	transform: translateX(0);
}
.i-sub .i-image .s-content li:hover span {
	color: #d90e36;
}
.i-sub .i-image .s-content li:hover span.created {
	    background-image: url(../svg/time-hover.svg)
}
.i-sub .i-image .s-content li:hover span.click {
	    background-image: url(../svg/click-hover.svg);
}
/****************************************新闻列表样式****************************************/
.i-sub .i-news .s-content li {
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 0 15px;
	border-bottom: 1px dotted #ccc;
}
.i-sub .i-news .s-content li .img {
	width: 25%;
	height: 200px;
	max-height: 200px;
	overflow: hidden;
	margin: 6px 0 6px 10px;
	float: left;
	display: inline;
	box-shadow: 0 0 5px #ccc;
}
.i-sub .i-news .s-content li .img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all ease-out 0.3s;
}
.i-sub .i-news .s-content li .txt {
	width: 70%;
	margin-right: 1%;
	height: auto;
	overflow: hidden;
	float: right;
	display: inline;
}
.i-sub .i-news .s-content li .txt h3 {
	width: 100%;
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}
.i-sub .i-news .s-content li .txt p {
	width: 100%;
	height: 63px;
	overflow: hidden;
	margin: 10px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	color: #666;
}
.i-sub .i-news .s-content li .txt span {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: auto 100%;
	margin-top: 10px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #999;
}
.i-sub .i-news .s-content li .txt span.created {
	background-image: url(../svg/time.svg);
}
.i-sub .i-news .s-content li .txt span.click {
	background-image: url(../svg/click.svg);
}
.i-sub .i-news .s-content li:hover .txt h3, .i-sub .i-news .s-content li:hover .txt p, .i-sub .i-news .s-content li:hover .txt span {
	color: #d90e36;
}
.i-sub .i-news .s-content li:hover .txt span.created {
	background-image: url(../svg/time-hover.svg);
}
.i-sub .i-news .s-content li:hover .txt span.click {
	background-image: url(../svg/click-hover.svg);
}
.i-sub .i-news .s-content li:hover img {
	transform: scale(1.1);
}
/****************************************内页联系我们****************************************/
.i-contact {
	height: auto;
	overflow: hidden;
	margin: 50px auto 50px;
}
.i-contact .i-title {
	height: auto;
	overflow: hidden;
	line-height: 50px;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	padding: 0 2%;
}
.i-contact .i-title h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
}
.i-contact .i-title h3 small {
	font-size: 14px;
	color: #d90e36;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	margin-left: 6px;
}
.i-contact .i-title span {
	display: block;
	font-size: 14px;
	color: #333;
}
.i-contact .i-title span a {
	color: inherit;
}
.i-contact .i-title span a:hover {
	color: #d90e36;
	text-decoration: underline;
}
.i-contact .i-con {
	position: relative;
	margin: 30px auto;
	width: 98%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
.i-contact .i-con .map {
	width: 50%;
	height: 400px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 8px;
}
.i-contact .i-con .info {
	width: 45%;
	height: auto;
	overflow: hidden;
}
.i-contact .i-con .info span {
	display: block;
	width: 100%;
	min-height: 50px;
	margin: 25px 0;
	overflow: hidden;
}
.i-contact .i-con .info span h3 {
	width: 15%;
	height: 100%;
	overflow: hidden;
	float: left;
	display: inline;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	text-align: right;
	color: #666;
}
.i-contact .i-con .info span h3 b {
	display: block;
	color: #999;
	font-size: 12px;
}
.i-contact .i-con .info span p {
	width: 80%;
	height: 100%;
	float: right;
	display: inline;
	font-size: 14px;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.i-contact .i-con .info span.on p {
	font-size: 24px;
	color: #f00;
	font-weight: bold;
}
.i-contact .i-con .info ul {
	height: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ccc;
	margin: 10px 0 0;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px;
}
.i-contact .i-con .info ul li {
	width: 110px;
	height: auto;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0 20px;
}
.i-contact .i-con .info ul li i {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
    padding: 0.3em;
}
.i-contact .i-con .info ul li i img {
	display: block;
	width: 100%;
	height: auto;
}
.i-contact .i-con .info ul li p {
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
/****************************************内页侧边工具****************************************/
.sidetools {
	position: fixed;
	bottom: 15%;
	right: 0;
	width: 180px;
	height: 465px;
	box-sizing: border-box;
	z-index: 99;
	visibility: hidden;
}
.sidetools a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #d90e36;
	margin-top: 1px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	transform: translateX(120px);
	visibility: visible;
	transition: all ease-out 0.3s;
}
.sidetools a:hover {
	height: auto;
	transform: translateX(0);
}
.sidetools a:hover span {
	transform: scale(1);
}
.sidetools a.top i {
	background: url(../images/icon01.png) center center / 34% no-repeat;
}
.sidetools a.qq-server i {
	background: url(../images/icon02.png) center center / 34% no-repeat;
}
.sidetools a.telephone i {
	background: url(../images/icon03.png) center center / 34% no-repeat;
}
.sidetools a.wx i {
	background: url(../images/icon04.png) center center / 34% no-repeat;
}
.sidetools a i {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	transition: all ease-out 0.8s;
}
.sidetools a p {
	width: 120px;
	height: 60px;
	float: right;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
}
.sidetools a span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px 20px;
	transform: scale(0);
	transform-origin: top right;
	transition: all ease-out 0.3s;
}
.sidetools a span h3 {
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}
.sidetools a span img {
	display: block;
	width: 100%;
	height: auto;
}
/****************************************内页留言****************************************/
.i-message {
	position: fixed;
	width: 600px;
	min-height: 250px;
	box-sizing: border-box;
	padding: 2% 0;
	background: #4e4e4f;
	border-radius: 30px;
	display: none;
	z-index: 999;
	box-shadow: 0 5px 5px #333;
}
.i-message h3 {
	width: 80%;
	margin: 0 auto;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: normal;
}
.i-message h3 .close {
	display: block;
	float: right;
	cursor: pointer;
	opacity: 1;
	line-height: 30px;
}
.i-message input {
	display: block;
	width: 80%;
	height: auto;
	overflow: hidden;
	border: 1px solid #fff;
	outline: 0;
	margin: 10px auto;
	background: #fff;
	font-size: 14px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 5%;
}
.i-message textarea {
	display: block;
	width: 80%;
	height: 100px;
	border: 1px solid #fff;
	margin: 10px auto;
	font-size: 14px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 10px 5%;
	background: #fff;
}
.i-message button {
	display: block;
	width: 80%;
	height: 50px;
	font-size: 14px;
	margin: 10px auto;
	outline: 0;
	background: #fff;
	color: #d90e36;
	transition: all ease-out 0.3s;
}
.i-message button:hover {
	background: #d90e36;
	color: #fff;
}
/****************************************内页页码****************************************/
.pagination[data-pagetotal="1"] {
	display: none !important;
}
.pagination > li {
	font-size: 14px;
	cursor: pointer;
}
.pagination > li > a, .pagination > li > span {
	color: #d90e36 !important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #d90e36 !important;
	border-color: #d90e36 !important;
	color: #fff !important;
}
/********************************内页搜索页*******************************/
.search_content {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
.search_content > h4 {
	color: #333;
	margin: 0px;
	padding: 15px 10px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_content ul.search_list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.search_content ul.search_list li {
	width: 100%;
	height: 125px;
	padding: 15px 13px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.search_content ul.search_list li > a {
	display: block;
}
.search_content ul.search_list li > a .img {
	width: 16%;
	height: 100%;
	float: left;
}
.search_content ul.search_list li > a .img img {
	width: 100%;
	height: 100%;
}
.search_content ul.search_list li > a .list-content {
	width: 80%;
	float: right;
}
.search_content ul.search_list li > a .list-content h4 {
	color: #333;
	margin-top: 0;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.search_content ul.search_list li > a .list-content p {
	font-size: 14px;
	color: #ababab;
	line-height: 20px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search_content ul.search_list li > a .list-content span.time {
	text-align: right;
	display: block;
	color: #ababab;
	font-size: 12px;
}
.search_fl ul li {
	overflow: hidden;
	margin-bottom: 50px;
}
.search_fl ul li div {
	position: relative;
	border-left: 2px solid #ccc;
	padding-left: 20px;
	margin-bottom: 15px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.search_fl ul li div h3 {
	color: #333;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	font-weight: normal;
}
.search_fl ul li div aside {
	color: #999;
	line-height: 24px;
	font-size: 12px;
}
.search_fl ul li div aside span {
	margin-left: 20px;
}
.search_fl ul li div em {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
	line-height: 28px;
	padding-left: 26px;
	background: url(../img/news/news02.jpg) no-repeat left center;
	cursor: pointer;
}
.search_fl ul li div em i {
	font-size: 16px;
	margin: 0 8px;
	color: #36478c;
}
.search_fl ul li img {
	width: 100%;
	display: block;
}
.search_fl ul li summary {
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.search_fl ul li a {
	display: block;
	height: 100%;
}
.search_fl ul li:hover div {
	border-color: #d90e36;
}
.search_fl ul li:hover div h3 a {
	color: #630c14;
}
.search_fl ul li:hover div a {
	color: #630c14;
}
/********************************内页详情页*******************************/
.neiInfo_box {
	width: 100%;
	height: auto;
	min-height: 650px;
	margin: 20px auto;
}
.neiInfo_title {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
	box-sizing: border-box;
	padding: 0 2%;
	border-bottom: 2px solid #000;
}
.neiInfo_title h3 {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	font-size: 24px;
	line-height: 50px;
	color: #333;
}
.neiInfo_title h3 small {
	font-size: 14px;
	margin-left: 6px;
	color: #d90e36;
}
.neiInfo_title .crumbInfo {
	width: auto;
	height: auto;
	float: right;
	display: inline;
	font-size: 14px;
	line-height: 50px;
	color: #333;
}
.neiInfo_title .crumbInfo a {
	color: inherit;
}
.neiInfo_title .crumbInfo a:hover {
	color: #d90e36;
	text-decoration: underline;
}
.neiInfo_ct {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 40px;
}
.neiInfo_ct .neiCon {
	padding: 28px 0;
}
.neiInfo_ct .neiCon .s-content {
	width: 100%;
	height: auto;
	min-height: 600px;
	overflow: hidden;
}
.neiInfo_ct .neiCon h3 {
	padding: 0 10px;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: center;
}
.neiInfo_ct .neiCon .Info {
	padding: 0 10px;
	background: #fdfdfd;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.neiInfo_ct .neiCon .Info span {
	padding-right: 20px;
	font-family: '楷体';
}
.neiInfo_ct .neiCon .s-share {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.neiInfo_ct .neiCon .s-share .bdsharebuttonbox {
	display: inline-block;
}
.bd_weixin_popup {
	box-sizing: content-box;
}
.neiInfo_ct .neiCon .newsConBox {
	width: 100%;
	height: auto;
}
.neiInfo_ct .neiCon .newsConBox p {
	font-size: 14px;
	color: #333;
	line-height: 27px;
	padding-bottom: 10px;
	text-indent: 2em;
	text-align: justify;
}
.neiInfo_ct .neiCon .newsConBox p[style*="text-align: center"] {
	text-indent: 0;
}
.neiInfo_ct .neiCon .newsConBox p[style*="text-align:center"] {
	text-indent: 0;
}
.neiInfo_ct .neiCon .newsConBox img {
	width: auto;
	height: auto;
	padding-bottom: 10px;
	max-width: 100%;
}
.neiInfo_ct .s-article {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.neiInfo_ct .s-article p {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.neiInfo_ct .s-article a {
	color: inherit;
}
.neiInfo_ct .s-article a:hover {
	text-decoration: underline;
	color: #d90e36;
}
/********************************内页留言页面*******************************/
.i-info {
	height: auto;
	overflow: hidden;
	min-height: 500px;
}
.message {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.message .img {
	width: 520px;
	height: auto;
	float: left;
	margin-top: 23px;
	overflow: hidden;
}
.message .img img {
	width: 100%;
}
.message .messageCon {
	width: 550px;
	height: auto;
	float: right;
}
.message .messageCon .title {
	width: 100%;
	height: auto;
	padding-top: 20px;
	margin-bottom: 30px;
}
.message .messageCon .title h4 {
	font-size: 30px;
	font-family: "Times New Roman";
	color: #533e17;
	font-weight: normal;
	padding-bottom: 10px;
}
.message .messageCon .title h5 {
	font-size: 18px;
	color: #666;
	line-height: 24px;
	font-weight: normal;
}
.message .messageCon .messageBox {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.message .messageCon .messageBox .text {
	width: 550px;
	height: 45px;
	box-sizing: border-box;
	border: 1px dashed #533e17;
	background: rgba(0, 139, 214, 0.05);
	margin-bottom: 10px;
}
.message .messageCon .messageBox .pho {
	height: 55px;
	padding-left: 15px;
}
.message .messageCon .messageBox .text i {
	display: block;
	float: left;
	width: 59px;
	height: 43px;
}
.message .messageCon .messageBox .text .i1 {
	background: url(../images/messageIcon1.png) center no-repeat;
}
.message .messageCon .messageBox .text .pp {
	background: url(../images/pp.png) center no-repeat;
	background-size: 40px 40px;
}
.message .messageCon .messageBox .text .i2 {
	background: url(../images/messageIcon2.png) center no-repeat;
}
.message .messageCon .messageBox .text span {
	display: block;
	float: left;
	width: 1px;
	height: 20px;
	margin: 12px 0;
	background: #ccc;
}
.message .messageCon .messageBox .text .inp {
	width: 488px;
	height: 20px;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
	margin: 12px 0;
	border: none;
	background: none;
	font-size: 14px;
}
.message .messageCon .messageBox .textarea {
	width: 550px;
	height: 120px;
	box-sizing: border-box;
	border: 1px dashed #533e17;
	background: rgba(0, 139, 214, 0.05);
	margin-bottom: 10px;
	font-size: 14px;
}
.message .messageCon .messageBox .textarea textarea {
	border: none;
	background: none;
	padding: 10px 15px;
	line-height: 25px;
	width: 550px;
}
.message .messageCon .messageBox .vCode {
	width: 550px;
	height: 45px;
	margin-bottom: 20px;
}
.message .messageCon .messageBox .vCode input {
	border: 1px dashed #533e17;
	background: rgba(0, 139, 214, 0.05);
	box-sizing: border-box;
	width: 200px;
	height: 45px;
	float: left;
	padding: 12px 15px;
	line-height: 25px;
}
.message .messageCon .messageBox .vCode p {
	width: 80px;
	height: 28px;
	float: left;
	margin: 7px 20px;
}
.message .messageCon .messageBox .button {
	width: 200px;
	height: 45px;
}
.message .messageCon .messageBox .button input {
	width: 200px;
	height: 45px;
	background: #d90e36;
	color: #fff;
	border: none;
	font-size: 16px;
}
.message .messageCon .messageBox .text .uploader {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: default;
	margin: 10px 0px;
	-moz-box-shadow: 0px 0px 5px #ddd;
	-webkit-box-shadow: 0px 0px 5px #ddd;
	box-shadow: 0px 0px 5px #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.message .messageCon .messageBox .text .filename {
	float: left;
	display: inline-block;
	outline: 0 none;
	height: 32px;
	width: 180px;
	margin: 0;
	padding: 8px 10px;
	overflow: hidden;
	cursor: default;
	border: 1px solid;
	border-right: 0;
	font: 9pt/100% Arial, Helvetica, sans-serif;
	color: #777;
	text-shadow: 1px 1px 0px #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f5f5f5));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f5f5f5', GradientType=0);
	border-color: #ccc;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.message .messageCon .messageBox .text .button {
	width: 57px;
	float: left;
	height: 32px;
	display: inline-block;
	outline: 0 none;
	padding: 8px 12px;
	margin: 0;
	cursor: pointer;
	border: 1px solid;
	font: bold 9pt/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	-moz-box-shadow: 0px 0px 1px #fff inset;
	-webkit-box-shadow: 0px 0px 1px #fff inset;
	box-shadow: 0px 0px 1px #fff inset;
}
.message .messageCon .messageBox .text .uploader input[type=file] {
	width: 180px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 30px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.message .messageCon .messageBox .text .white .button {
	color: #555;
	text-shadow: 1px 1px 0px #fff;
	background: #ddd;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
	border-color: #ccc;
}
.message .messageCon .messageBox .text .white .button:hover {
	background: #eee;
	background: -moz-linear-gradient(top, #dddddd 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #eeeeee));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee', GradientType=0);
}
 .message .messageCon .messageBox .text .white input[type=button]::-moz-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
 .message .messageCon .messageBox .text .white input[type=button]::-webkit-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
 .message .messageCon .messageBox .text .white input[type=text]::-moz-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}
 .message .messageCon .messageBox .text .white input[type=text]::-webkit-focus-inner {
 padding: 0;
 border: 0 none;
 box-sizing: content-box;
}



/****************************************Video area****************************************/
.u-video {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: all ease-out 0.5s;
}
.u-video.on {
	visibility: visible;
	opacity: 1;
}
.u-video .s-main {
	width: 50em;
	height: 27em;
	overflow: hidden;
	background: #fff;
	margin: auto;
	box-sizing: border-box;
	padding: 1em;
	border-radius: 4px;
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
	animation-delay: 0.2s;
	animation-fill-mode: both;
}
.u-video .y-t {
	width: 100%;
	height: 3em;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	line-height: 3em;
}
.u-video .y-t h3 {
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 2.4rem;
	font-weight: normal;
	color: #000;
	line-height: inherit;
}
.u-video .y-t a {
	width: 1.5em;
	height: 1.5em;
	overflow: hidden;
	background: #000;
	margin-top: 0.75em;
	float: right;
	margin-right: 0.75em;
	box-sizing: border-box;
	border-radius: 50%;
	line-height: 1.5em;
	color: #fff;
	transition: all ease-out 0.3s;
}
.u-video .y-t a:hover {
	background: #333;
}
.u-video .y-t a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 2rem;
	line-height: inherit;
	color: inherit;
	text-align: center;
}
.u-video .y-c {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1em 0.75em;
}
.u-video .y-c video {
	width: 100%;
	height: 27em;
	overflow: hidden;
}
video, embed {
	width: 100%;
	height: 100%;
}


/****************************************内页侧边工具****************************************/
.sidetools {
	position: fixed;
	bottom: 15%;
	right: 0;
	width: 180px;
	height: 465px;
	box-sizing: border-box;
	z-index: 99;
	visibility: hidden;
}
.sidetools a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #d90e36;
	margin-top: 1px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
	transform: translateX(120px);
	visibility: visible;
	transition: all ease-out 0.3s;
}
.sidetools a:hover {
	height: auto;
	transform: translateX(0);
}
.sidetools a:hover span {
	transform: scale(1);
}
.sidetools a.top i {
	background: url(../images/icon01.png) center center / 34% no-repeat;
}
.sidetools a.qq-server i {
	background: url(../images/icon02.png) center center / 34% no-repeat;
}
.sidetools a.telephone i {
	background: url(../images/icon03.png) center center / 34% no-repeat;
}
.sidetools a.wx i {
	background: url(../images/icon04.png) center center / 34% no-repeat;
}
.sidetools a i {
	display: block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	transition: all ease-out 0.8s;
}
.sidetools a p {
	width: 120px;
	height: 60px;
	float: right;
	font-size: 16px;
	line-height: 60px;
	color: #fff;
}
.sidetools a span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 20px 20px;
	transform: scale(0);
	transform-origin: top right;
	transition: all ease-out 0.3s;
}
.sidetools a span h3 {
	width: auto;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
}
.sidetools a span img {
	display: block;
	width: 100%;
	height: auto;
}


#header .leftNav {
  position: fixed;
  left: 0;
  z-index: 999;
}
@keyframes nav_h1 {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(-5px);
  }
}
@keyframes nav_h2 {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}
#header .leftNav .nav {
  background: url("../public/images/2.png") center no-repeat;
  background-size: 100% 100%;
  width: 5.5em;
  height: 100%;
  position: fixed;
  z-index: 999;
}
#header .leftNav .logo {
  display: flex;
  width: 19.15em;
  margin-top: 2em;
  margin-left: 2.65em;
}
#header .leftNav .logo img {
  width: 100%;
  height: auto;
  margin: auto;
}
#header .leftNav .bottomBox {
  position: absolute;
  left: 1em;
  bottom: 50%;
  width: 100%;
  height: 8em;
}
#header .leftNav .bottomBox .icon {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 1.5em 0;
  box-sizing: border-box;
}
#header .leftNav .bottomBox .icon .boxC {
  width: 1.9em;
  margin: auto;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 1.3em;
}
#header .leftNav .bottomBox .icon .boxC img {
  display: block;
}
#header .leftNav .bottomBox .icon .boxC span {
  display: inline-block;
  position: absolute;
  left: 120%;
  bottom: 10%;
  background: #fff;
  z-index: 999;
  width: 0;
}
#header .leftNav .bottomBox .icon .boxC:hover span {
  animation: enlarge 0.5s ease;
  animation-fill-mode: both;
}
#header .rightNav {
  position: fixed;
  height: 100%;
  width: 12em;
  right: 0;
  z-index: 998;
  background-color: #6d6d6d;
  transition: right ease-out 0.5s;
}
#header .rightNav.close {
  right: -12em;
}
#header .rightNav .keimage {
  width: 4.1em;
  height: 4.2em;
  margin: 7em auto 1em auto;
}
#header .rightNav .logoimage {
  width: 9.4em;
  height: 1.25em;
  margin: 0 auto;
}
#header .rightNav .nav {
  margin-top: 4.3em;
}
#header .rightNav .nav .li {
  width: 2.5em;
  border-bottom: 2px solid #fff0;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  line-height: 2.2em;
  margin-bottom: 0.5em;
  transition: all ease 0.3s;
}
#header .rightNav .nav .li:hover {
  border-color: #fff;
}
#header .rightNav .nav .li a {
  color: inherit;
  cursor: pointer;
}
#header .rightNav .zs {
  margin-top: 4em;
}
#header .rightNav .zs .name {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0.2em;
}
#header .rightNav .zs .num {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
#header .yinzhang {
  width: 4.85em;
  position: fixed;
  right: 2.6em;
  bottom: 2.05em;
  z-index: 997;
}
#header .closeRight {
  width: 2.7em;
  height: 2.7em;
  border-radius: 50%;
  background: url('../public/images/4.png');
  position: fixed;
  top: 2em;
  right: 8em;
  z-index: 999;
  cursor: pointer;
  transition: background ease-out 0.5s;
}
#header .closeRight.on {
  background: url('../public/images/26.png');
}
@keyframes enlarge {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    width: 4em;
  }
}


.cight {
  font-size: 1.4rem;
  color: #000;
  text-align: center;
  font-family: "MicrosoftYaHei";
  position: relative;
  bottom: -7em;
}
.cight span {
  font-family: "MicrosoftYaHei";
  display: inline-block;
  margin: 0 1em;
}
.cight a {
  font-family: "MicrosoftYaHei";
  color: inherit;
  cursor: pointer;
  margin: 0 1em;
}
.cight a:hover {
  color: #c11928;
}

